github.com/jackc/pgx/v5/pgtype.underlyingTypeScanPlan.nextDstType (field)
3 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype.go#L548: nextDstType reflect.Type
pgtype.go#L555: return plan.next.Scan(src, reflect.ValueOf(dst).Convert(plan.nextDstType).Interface())
pgtype.go#L591: return &underlyingTypeScanPlan{dstType: dstValue.Type(), nextDstType: nextDstType}, dstValue.Convert(nextDstType).Interface(), true
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)